From 2453bc3cca4a353f6388efc2294a94ee78bcff31 Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Thu, 7 Oct 1999 18:04:04 +0000 Subject: [PATCH] I've temporarily disabled compilation of the gdk-pixbuf-drawable module. Federico pointed out some problems with it. It'll be re-enabled when those are fixed. --- gdk-pixbuf/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 5a98905403..e7716ca758 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -44,14 +44,14 @@ testpixbuf_LDADD = $(LDADDS) libgdk_pixbufincludedir = $(includedir)/gdk-pixbuf libgdk_pixbuf_la_SOURCES = \ +# gdk-pixbuf-drawable.c \ gdk-pixbuf.c \ - gdk-pixbuf-io.c \ - gdk-pixbuf-drawable.c + gdk-pixbuf-io.c libgdk_pixbufinclude_HEADERS = \ +# gdk-pixbuf-drawable.h \ gdk-pixbuf.h \ - gdk-pixbuf-io.h \ - gdk-pixbuf-drawable.h + gdk-pixbuf-io.h # # The PNG plugin. -- 2.30.2